Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the dev-dependencies group across 1 directory with 41 updates #140

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 24, 2024

Bumps the dev-dependencies group with 34 updates in the / directory:

Package From To
cloud.google.com/go/compute/metadata 0.5.0 0.5.2
github.com/Azure/azure-sdk-for-go/sdk/azcore 1.14.0 1.16.0
github.com/Azure/azure-sdk-for-go/sdk/azidentity 1.7.0 1.8.0
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/privatedns/armprivatedns 1.2.0 1.3.0
github.com/F5Networks/k8s-bigip-ctlr/v2 2.17.1 2.18.1
github.com/IBM/go-sdk-core/v5 5.17.4 5.18.1
github.com/Yamashou/gqlgenc 0.24.0 0.25.3
github.com/aliyun/alibaba-cloud-sdk-go 1.63.0 1.63.38
github.com/aws/aws-sdk-go-v2 1.30.3 1.32.2
github.com/aws/aws-sdk-go-v2/config 1.27.27 1.28.0
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue 1.14.10 1.15.12
github.com/aws/aws-sdk-go-v2/service/route53 1.42.3 1.45.2
github.com/aws/aws-sdk-go-v2/service/servicediscovery 1.31.3 1.33.2
github.com/civo/civogo 0.3.73 0.3.84
github.com/cloudflare/cloudflare-go 0.102.0 0.108.0
github.com/digitalocean/godo 1.120.0 1.128.0
github.com/gophercloud/gophercloud 1.14.0 1.14.1
github.com/linode/linodego 1.39.0 1.42.0
github.com/oracle/oci-go-sdk/v65 65.71.1 65.77.1
github.com/prometheus/client_golang 1.20.0 1.20.5
github.com/scaleway/scaleway-sdk-go 1.0.0-beta.29 1.0.0-beta.30
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common 1.0.984 1.0.1030
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod 1.0.984 1.0.1030
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns 1.0.984 1.0.1030
github.com/transip/gotransip/v6 6.25.0 6.26.0
go.etcd.io/etcd/api/v3 3.5.15 3.5.16
go.etcd.io/etcd/client/v3 3.5.15 3.5.16
google.golang.org/api 0.192.0 0.203.0
gopkg.in/ns1/ns1-go.v2 2.12.0 2.12.2
istio.io/api 1.23.0 1.23.2
istio.io/client-go 1.23.0 1.23.2
k8s.io/api 0.31.0 0.31.2
k8s.io/client-go 0.31.0 0.31.2
sigs.k8s.io/gateway-api 1.1.0 1.2.0

Updates cloud.google.com/go/compute/metadata from 0.5.0 to 0.5.2

Changelog

Sourced from cloud.google.com/go/compute/metadata's changelog.

Changes

0.116.0 (2024-10-09)

Features

0.115.1 (2024-08-13)

Bug Fixes

0.115.0 (2024-06-12)

Features

Bug Fixes

  • internal/postprocessor: Use approved image tag (#10341) (a388fe5)

0.114.0 (2024-05-23)

Features

  • civil: Add Compare method to Date, Time, and DateTime (#10193) (c2920d7)

Bug Fixes

  • internal/postprocessor: Add scopes to all appropriate commit lines (#10192) (c21399b)

0.113.0 (2024-05-08)

Features

  • civil: Add Compare method to Date, Time, and DateTime (#10010) (34455c1)

Bug Fixes

... (truncated)

Commits
  • 47bb902 chore: release main (#10988)
  • 2b8ca4b chore: add Protobuf warning to release notes (#11025)
  • 8bb87d5 chore: update google.golang.org/api to v0.203.0 (#11022)
  • d40fbff fix(storage): Skip only specific transport tests. (#11016)
  • ff06fc2 fix: Fix default service account tests on GCE. (#11021)
  • 6071167 feat(alloydb): add new PSC instance configuration setting and output the PSC ...
  • 15eacb9 chore: update SA used for tests (#11018)
  • e78389d chore: fix doc publish creds (#11019)
  • 1d7ee9f chore(main): release auth 0.9.9 (#11003)
  • 6e69d2e feat(texttospeech): add brand voice lite, which lets you clone a voice with j...
  • Additional commits viewable in compare view

Updates github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.14.0 to 1.16.0

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/azcore's releases.

sdk/azcore/v1.16.0

1.16.0 (2024-10-17)

Features Added

  • Added field Kind to runtime.StartSpanOptions to allow a kind to be set when starting a span.

Bugs Fixed

  • BearerTokenPolicy now rewinds request bodies before retrying

sdk/azcore/v1.15.0

1.15.0 (2024-10-14)

Features Added

  • BearerTokenPolicy handles CAE claims challenges

Bugs Fixed

  • Omit the ResponseError.RawResponse field from JSON marshaling so instances can be marshaled.
  • Fixed an integer overflow in the retry policy.

Other Changes

  • Update dependencies.
Commits
  • 32f5e82 BearerTokenPolicy rewinds bodies before retrying (#23597)
  • 546e099 Sync eng/common directory with azure-sdk-tools for PR 9177 (#23591)
  • 068ef3d Handle missing artifacts without exception (#23592)
  • c6c9acc Fix missing CloseAddressedIssues in gh event processor (#23593)
  • 07c1fcb Set resource group env variable early so remove always works (#23594)
  • 1e3b3f1 Sync eng/common directory with azure-sdk-tools for PR 9147 (#23595)
  • 7a626d2 Allow the span kind to be set via StartSpanOptions (#23590)
  • 40dcd1b fixing the compareHeaders sorting algorithm (#23545)
  • 7e59111 Sync .github/workflows directory with azure-sdk-tools for PR 9134 (#23589)
  • b9db671 [Release] sdk/resourcemanager/hybridcompute/armhybridcompute/2.0.0 (#23566)
  • Additional commits viewable in compare view

Updates github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.7.0 to 1.8.0

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/azidentity's releases.

sdk/azidentity/v1.8.0

1.8.0 (2024-10-08)

Other Changes

  • AzurePipelinesCredential sets an additional OIDC request header so that it receives a 401 instead of a 302 after presenting an invalid system access token
  • Allow logging of debugging headers for AzurePipelinesCredential and include them in error messages

sdk/azidentity/v1.8.0-beta.3

1.8.0-beta.3 (2024-09-17)

Features Added

  • Added ObjectID type for ManagedIdentityCredentialOptions.ID

Other Changes

  • Removed redundant content from error messages

sdk/azidentity/v1.8.0-beta.2

1.8.0-beta.2 (2024-08-06)

Breaking Changes

  • NewManagedIdentityCredential now returns an error when a user-assigned identity is specified on a platform whose managed identity API doesn't support that. ManagedIdentityCredential.GetToken() formerly logged a warning in these cases. Returning an error instead prevents the credential authenticating an unexpected identity, causing a client to act with unexpected privileges. The affected platforms are:
    • Azure Arc
    • Azure ML (when a resource ID is specified; client IDs are supported)
    • Cloud Shell
    • Service Fabric

Other Changes

  • If DefaultAzureCredential receives a non-JSON response when probing IMDS before attempting to authenticate a managed identity, it continues to the next credential in the chain instead of immediately returning an error.

sdk/messaging/azservicebus/v1.7.3

1.7.3 (2024-10-14)

Bugs Fixed

  • Apply fix from @​bcho for overflows with retries. (PR#23562)

sdk/messaging/azservicebus/v1.7.2

1.7.2 (2024-09-11)

Bugs Fixed

... (truncated)

Commits

Updates github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/privatedns/armprivatedns from 1.2.0 to 1.3.0

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/privatedns/armprivatedns's releases.

sdk/resourcemanager/eventhub/armeventhub/v1.3.0

1.3.0 (2024-07-24)

Features Added

  • New value PublicNetworkAccessFlagSecuredByPerimeter added to enum type PublicNetworkAccessFlag
  • New enum type ApplicationGroupPolicyType with values ApplicationGroupPolicyTypeThrottlingPolicy
  • New enum type CaptureIdentityType with values CaptureIdentityTypeSystemAssigned, CaptureIdentityTypeUserAssigned
  • New enum type CleanupPolicyRetentionDescription with values CleanupPolicyRetentionDescriptionCompact, CleanupPolicyRetentionDescriptionDelete
  • New enum type MetricID with values MetricIDIncomingBytes, MetricIDIncomingMessages, MetricIDOutgoingBytes, MetricIDOutgoingMessages
  • New enum type NetworkSecurityPerimeterConfigurationProvisioningState with values NetworkSecurityPerimeterConfigurationProvisioningStateAccepted, NetworkSecurityPerimeterConfigurationProvisioningStateCanceled, NetworkSecurityPerimeterConfigurationProvisioningStateCreating, NetworkSecurityPerimeterConfigurationProvisioningStateDeleted, NetworkSecurityPerimeterConfigurationProvisioningStateDeleting, NetworkSecurityPerimeterConfigurationProvisioningStateFailed, NetworkSecurityPerimeterConfigurationProvisioningStateInvalidResponse, NetworkSecurityPerimeterConfigurationProvisioningStateSucceeded, NetworkSecurityPerimeterConfigurationProvisioningStateSucceededWithIssues, NetworkSecurityPerimeterConfigurationProvisioningStateUnknown, NetworkSecurityPerimeterConfigurationProvisioningStateUpdating
  • New enum type NspAccessRuleDirection with values NspAccessRuleDirectionInbound, NspAccessRuleDirectionOutbound
  • New enum type ProvisioningState with values ProvisioningStateActive, ProvisioningStateCanceled, ProvisioningStateCreating, ProvisioningStateDeleting, ProvisioningStateFailed, ProvisioningStateScaling, ProvisioningStateSucceeded, ProvisioningStateUnknown
  • New enum type PublicNetworkAccess with values PublicNetworkAccessDisabled, PublicNetworkAccessEnabled, PublicNetworkAccessSecuredByPerimeter
  • New enum type ResourceAssociationAccessMode with values ResourceAssociationAccessModeAuditMode, ResourceAssociationAccessModeEnforcedMode, ResourceAssociationAccessModeLearningMode, ResourceAssociationAccessModeNoAssociationMode, ResourceAssociationAccessModeUnspecifiedMode
  • New enum type TLSVersion with values TLSVersionOne0, TLSVersionOne1, TLSVersionOne2
  • New function NewApplicationGroupClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ApplicationGroupClient, error)
  • New function *ApplicationGroupClient.CreateOrUpdateApplicationGroup(context.Context, string, string, string, ApplicationGroup, *ApplicationGroupClientCreateOrUpdateApplicationGroupOptions) (ApplicationGroupClientCreateOrUpdateApplicationGroupResponse, error)
  • New function *ApplicationGroupClient.Delete(context.Context, string, string, string, *ApplicationGroupClientDeleteOptions) (ApplicationGroupClientDeleteResponse, error)
  • New function *ApplicationGroupClient.Get(context.Context, string, string, string, *ApplicationGroupClientGetOptions) (ApplicationGroupClientGetResponse, error)
  • New function *ApplicationGroupClient.NewListByNamespacePager(string, string, *ApplicationGroupClientListByNamespaceOptions) *runtime.Pager[ApplicationGroupClientListByNamespaceResponse]
  • New function *ApplicationGroupPolicy.GetApplicationGroupPolicy() *ApplicationGroupPolicy
  • New function *ClientFactory.NewApplicationGroupClient() *ApplicationGroupClient
  • New function *ClientFactory.NewNetworkSecurityPerimeterConfigurationClient() *NetworkSecurityPerimeterConfigurationClient
  • New function *ClientFactory.NewNetworkSecurityPerimeterConfigurationsClient() *NetworkSecurityPerimeterConfigurationsClient
  • New function *ThrottlingPolicy.GetApplicationGroupPolicy() *ApplicationGroupPolicy
  • New function NewNetworkSecurityPerimeterConfigurationClient(string, azcore.TokenCredential, *arm.ClientOptions) (*NetworkSecurityPerimeterConfigurationClient, error)
  • New function *NetworkSecurityPerimeterConfigurationClient.List(context.Context, string, string, *NetworkSecurityPerimeterConfigurationClientListOptions) (NetworkSecurityPerimeterConfigurationClientListResponse, error)
  • New function NewNetworkSecurityPerimeterConfigurationsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*NetworkSecurityPerimeterConfigurationsClient, error)
  • New function *NetworkSecurityPerimeterConfigurationsClient.BeginCreateOrUpdate(context.Context, string, string, string, *NetworkSecurityPerimeterConfigurationsClientBeginCreateOrUpdateOptions) (*runtime.Poller[NetworkSecurityPerimeterConfigurationsClientCreateOrUpdateResponse], error)
  • New struct ApplicationGroup
  • New struct ApplicationGroupListResult
  • New struct ApplicationGroupProperties
  • New struct CaptureIdentity
  • New struct NetworkSecurityPerimeter
  • New struct NetworkSecurityPerimeterConfiguration
  • New struct NetworkSecurityPerimeterConfigurationList
  • New struct NetworkSecurityPerimeterConfigurationProperties
  • New struct NetworkSecurityPerimeterConfigurationPropertiesProfile
  • New struct NetworkSecurityPerimeterConfigurationPropertiesResourceAssociation
  • New struct NspAccessRule
  • New struct NspAccessRuleProperties
  • New struct NspAccessRulePropertiesSubscriptionsItem
  • New struct ProvisioningIssue
  • New struct ProvisioningIssueProperties
  • New struct RetentionDescription
  • New struct ThrottlingPolicy
  • New field ProvisioningState, SupportsScaling in struct ClusterProperties
  • New field Identity in struct Destination
  • New field MinimumTLSVersion, PublicNetworkAccess in struct EHNamespaceProperties
  • New field RetentionDescription, UserMetadata in struct Properties

... (truncated)

Commits
  • 3a7a4f3 Prepare azcore v1.3.0 for release (#19759)
  • 6a1b839 Request.SetBody() allows overwriting with an empty body (#19754)
  • 5210814 AzureCLICredential reports token expiration time in UTC (#19761)
  • 2679c6b Adding tests for FilterBlobs and fixing encoding issue (#19742)
  • 00a8837 [azeventhubs] Fixing issues with connection and link robustness for Event Hub...
  • 1e67666 Revert "Migrate eng/common (except job-matrix) to Ubuntu 22.04 (#5005)" for p...
  • ca6a318 Sync eng/common directory with azure-sdk-tools for PR 5027 (#19753)
  • 377d008 Updating changelogs for release next week (#19752)
  • 53c0f49 Updating codeowners (#19751)
  • 794c96c Migrate eng/common (except job-matrix) to Ubuntu 22.04 (#19746)
  • Additional commits viewable in compare view

Updates github.com/F5Networks/k8s-bigip-ctlr/v2 from 2.17.1 to 2.18.1

Release notes

Sourced from github.com/F5Networks/k8s-bigip-ctlr/v2's releases.

Release v2.18.1

  • See release notes for details on what has changed in this release.
  • The container F5 Container Ingress Services for Kubernetes and OpenShift is available on DockerHub and can be downloaded using the Docker CLI:
docker pull docker.io/f5networks/k8s-bigip-ctlr:2.18.1
docker pull quay.io/f5networks/k8s-bigip-ctlr:2.18.1

Release v2.18.0

  • See release notes for details on what has changed in this release.
  • The container F5 Container Ingress Services for Kubernetes and OpenShift is available on DockerHub and can be downloaded using the Docker CLI:
docker pull docker.io/f5networks/k8s-bigip-ctlr:2.18.0
docker pull quay.io/f5networks/k8s-bigip-ctlr:2.18.0
Changelog

Sourced from github.com/F5Networks/k8s-bigip-ctlr/v2's changelog.

2.18.1

Added Functionality

**What's new:**
    * CRD
        * `Issue 3536 <https://github.com/F5Networks/k8s-bigip-ctlr/issues/3536>`_: Support CRD status for VS, TS and IngressLink
        * Support for custom partition and Pool settings for ServiceTypeLB service. `Examples <https://github.com/F5Networks/k8s-bigip-ctlr/tree/2.x-master/docs/config_examples/customResource/serviceTypeLB>`_

Bug Fixes

* `Issue 3518 &lt;https://github.com/F5Networks/k8s-bigip-ctlr/issues/3518&gt;`_: CIS is reposting the declaration because of re-ordering of the pool-members
* `Issue 3520 &lt;https://github.com/F5Networks/k8s-bigip-ctlr/issues/3520&gt;`_: [LOGS] improve log message Finished syncing virtual servers xxx in namespace yyy(199.218µs), 1/7
* `Issue 3507 &lt;https://github.com/F5Networks/k8s-bigip-ctlr/issues/3507&gt;`_: Controller stops posting changes at runtime when multiple ingress use the same backend service
* `Issue 3501 &lt;https://github.com/F5Networks/k8s-bigip-ctlr/issues/3501&gt;`_: CIS with oneconnect and TLS breaks some connections
* Remove pool members of GTM when host removed or updated on transport server, ingresslink, and, service type lb
* `Issue 3535 &lt;https://github.com/F5Networks/k8s-bigip-ctlr/issues/3535&gt;`_: CIS with namespace-label is not working correctly in multicluster mode
* `Issue 3508 &lt;https://github.com/F5Networks/k8s-bigip-ctlr/issues/3508&gt;`_: Fix to disable default uid in F5 BIG-IP Controller Operator
* Fix for handling resource deletion in case of multiple VS/TS sharing the service

2.18.0

Added Functionality
</code></pre>
<p><strong>What's new:</strong>

<ul>
<li><a href="https://github.com/F5Networks/k8s-bigip-ctlr/commit/e3c0ec4ef25fc2fd3b994c05b63317aed2662622&quot;&gt;&lt;code&gt;e3c0ec4&lt;/code&gt;&lt;/a> Update documentation (<a href="https://redirect.github.com/F5Networks/k8s-bigip-ctlr/issues/3608&quot;&gt;#3608&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/F5Networks/k8s-bigip-ctlr/commit/f486cb6a2f2cc85dbae3f4da8e49e36a41cce86f&quot;&gt;&lt;code&gt;f486cb6&lt;/code&gt;&lt;/a> Update CRD, helm and operator version (<a href="https://redirect.github.com/F5Networks/k8s-bigip-ctlr/issues/3607&quot;&gt;#3607&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/F5Networks/k8s-bigip-ctlr/commit/b8b129c6d1b7ba2d3b08ac16449deb12eb7dfb4a&quot;&gt;&lt;code&gt;b8b129c&lt;/code&gt;&lt;/a> Merge pull request <a href="https://redirect.github.com/F5Networks/k8s-bigip-ctlr/issues/3605&quot;&gt;#3605&lt;/a> from arzzon/mc-improvements</li>
<li><a href="https://github.com/F5Networks/k8s-bigip-ctlr/commit/129ae7788cdd64fb9f769c7ec9a0307f25151819&quot;&gt;&lt;code&gt;129ae77&lt;/code&gt;&lt;/a> fix for pipeline</li>
<li><a href="https://github.com/F5Networks/k8s-bigip-ctlr/commit/bcf523ae7ab99df7b7d2ccd5297203e2d232a6c4&quot;&gt;&lt;code&gt;bcf523a&lt;/code&gt;&lt;/a> Upgrade golang to 1.22.7</li>
<li><a href="https://github.com/F5Networks/k8s-bigip-ctlr/commit/33c00a03e56f96ec73c32cbf00551f1c38f435ec&quot;&gt;&lt;code&gt;33c00a0&lt;/code&gt;&lt;/a> Fix for handling resource deletion in case of shared service</li>
<li><a href="https://github.com/F5Networks/k8s-bigip-ctlr/commit/dfb4af184e009ea6b287e879526cf20f39171c34&quot;&gt;&lt;code&gt;dfb4af1&lt;/code&gt;&lt;/a> Fix for namespace label issues (<a href="https://redirect.github.com/F5Networks/k8s-bigip-ctlr/issues/3585&quot;&gt;#3585&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/F5Networks/k8s-bigip-ctlr/commit/3390e0dc14d7e42c1f82879e5231dfcbd9413575&quot;&gt;&lt;code&gt;3390e0d&lt;/code&gt;&lt;/a> Adding the error status for resource status (<a href="https://redirect.github.com/F5Networks/k8s-bigip-ctlr/issues/3582&quot;&gt;#3582&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/F5Networks/k8s-bigip-ctlr/commit/bed355c924c9a9949e9280e2efb537923796afd4&quot;&gt;&lt;code&gt;bed355c&lt;/code&gt;&lt;/a> Updating the path in RELEASE-NOTES.rst</li>
<li><a href="https://github.com/F5Networks/k8s-bigip-ctlr/commit/3628d8a896a9a53ebe76edac755571292a053241&quot;&gt;&lt;code&gt;3628d8a&lt;/code&gt;&lt;/a> Add support custom partition and pool settings for ServiceTypeLB (<a href="https://redirect.github.com/F5Networks/k8s-bigip-ctlr/issues/3577&quot;&gt;#3577&lt;/a&gt;)&lt;/li>
<li>Additional commits viewable in <a href="https://github.com/F5Networks/k8s-bigip-ctlr/compare/v2.17.1...v2.18.1&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

Updates github.com/IBM/go-sdk-core/v5 from 5.17.4 to 5.18.1

Release notes

Sourced from github.com/IBM/go-sdk-core/v5's releases.

v5.18.1

5.18.1 (2024-10-21)

Bug Fixes

  • fix minor problem with debug message (#231) (cf84c9d)

v5.18.0

5.18.0 (2024-10-15)

Features

  • IamAssumeAuthenticator: introduce new authenticator type (#229) (df85f15)

v5.17.5

5.17.5 (2024-09-03)

Bug Fixes

  • logging: improve go core's debug logging (#227) (f0f3237)
Changelog

Sourced from github.com/IBM/go-sdk-core/v5's changelog.

5.18.1 (2024-10-21)

Bug Fixes

  • fix minor problem with debug message (#231) (cf84c9d)

5.18.0 (2024-10-15)

Features

  • IamAssumeAuthenticator: introduce new authenticator type (#229) (df85f15)

5.17.5 (2024-09-03)

Bug Fixes

  • logging: improve go core's debug logging (#227) (f0f3237)
Commits
  • 8da480a chore(release): 5.18.1 release notes [skip ci]
  • abfe118 Update version 5.18.0 -> 5.18.1 [skip ci]
  • cf84c9d fix: fix minor problem with debug message (#231)
  • 031431d chore(release): 5.18.0 release notes [skip ci]
  • bb94603 Update version 5.17.5 -> 5.18.0 [skip ci]
  • df85f15 feat(IamAssumeAuthenticator): introduce new authenticator type (#229)
  • 0bbc175 docs: add logging section to README (#230)
  • 78c2014 build: bump Go versions, update golangci-lint, fix lint issues (#228)
  • b0a00f3 chore(release): 5.17.5 release notes [skip ci]
  • 1eabc5c Update version 5.17.4 -> 5.17.5 [skip ci]
  • Additional commits viewable in compare view

Updates github.com/Yamashou/gqlgenc from 0.24.0 to 0.25.3

Release notes

Sourced from github.com/Yamashou/gqlgenc's releases.

v0.25.3

What's Changed

Full Changelog: https://github.com/Yamashou/gqlgenc/compare/v0.25.2...v0.25.3

v0.25.2

What's Changed

Full Changelog: https://github.com/Yamashou/gqlgenc/compare/v0.25.1...v0.25.2

v0.25.1

What's Changed

Full Changelog: https://github.com/Yamashou/gqlgenc/compare/v0.25.0...v0.25.1

v0.25.0

What's Changed

Full Changelog: https://github.com/Yamashou/gqlgenc/compare/v0.24.0...v0.25.0

Commits
  • f59e8d1 v0.25.3
  • 373fe03 Merge pull request #237 from golanglemonade/feat-optional-upload
  • 5203da0 feat: allow for optional file upload field
  • b7b4ce0 v0.25.2
  • c7df292 Merge pull request #235 from golanglemonade/federation-gqlgen-breaking-change
  • 8f807fd bump golangci-lint version
  • 82787f4 update for gqlgen 0.17.54 federation change, update linter for deprecated lin...
  • 8830a35 update
  • 12dc047 Merge pull request #234 from golanglemonade/fix-config
  • 164767a fix: update name of config
  • Additional commits viewable in compare view

Updates github.com/aliyun/alibaba-cloud-sdk-go from 1.63.0 to 1.63.38

Release notes

Sourced from github.com/aliyun/alibaba-cloud-sdk-go's releases.

v1.63.38

  • Generated 2017-05-25 for Dypnsapi.
  • Publish sdk.

v1.63.37

  • Generated 2018-01-29 for Domain.
  • Supported GetIntlFixPriceDomainListUrl for Intl.
  • Supported GetIntlFixPriceDomainListUrl for Intl.
  • Supported CheckIntlFixPriceDomainStatus for Intl.
  • Supported CreateIntlFixedPriceDomainOrder for Intl.
  • Supported QueryIntlFixedPriceOrderList for In

v1.63.36

  • Generated 2024-04-15 for Gwlb.
  • Update Endpoint.

v1.63.35

  • Generated 2019-08-15 for Ims. ListUsers,ListUserBasicInfos api新增支持status字段

v1.63.34

  • Generated 2014-08-28 for Ess.
  • ScalingConfiguration supoort ConfidentialComputingMode.

v1.63.33

  • Generated 2019-06-24 for eais.
  • Add openapi StartEaiJupyter.
  • Add openapi StopEaiJupyter.

v1.63.32

  • Generated 2024-04-15 for Gwlb.
  • Gwlb Open API released.

v1.63.31

  • Generated 2018-01-29 for Domain.
  • 基于转移码的转出接口
  • SaveSingleTaskForTransferOutByAuthorizationCode
  • SaveBatchTaskForTransferOutByAuthorizationCode

v1.63.30

  • Generated 2024-04-15 for Gwlb.
  • Gwlb Open API released.

v1.63.29

  • Generated 2024-07-12 for IQS. undefined

v1.63.28

  • Generated 2014-05-26 for Ecs.
  • Add ResourcePoolOptions.Strategy for CreateAutoProvisioningGroup.

... (truncated)

Changelog

Sourced from github.com/aliyun/alibaba-cloud-sdk-go's changelog.

2024-10-24 Version: v1.63.38

  • Generated 2017-05-25 for Dypnsapi.
  • Publish sdk.

2024-10-23 Version: v1.63.37

  • Generated 2018-01-29 for Domain.
  • Supported GetIntlFixPriceDomainListUrl for Intl.
  • Supported GetIntlFixPriceDomainListUrl for Intl.
  • Supported CheckIntlFixPriceDomainStatus for Intl.
  • Supported CreateIntlFixedPriceDomainOrder for Intl.
  • Supported QueryIntlFixedPriceOrderList for In

2024-10-23 Version: v1.63.36

  • Generated 2024-04-15 for Gwlb.
  • Update Endpoint.

2024-10-23 Version: v1.63.35

  • Generated 2019-08-15 for Ims. ListUsers,ListUserBasicInfos api新增支持status字段

2024-10-22 Version: v1.63.34

  • Generated 2014-08-28 for Ess.
  • ScalingConfiguration supoort ConfidentialComputingMode.

2024-10-22 Version: v1.63.33

  • Generated 2019-06-24 for eais.
  • Add openapi StartEaiJupyter.
  • Add openapi StopEaiJupyter.

2024-10-18 Version: v1.63.32

  • Generated 2024-04-15 for Gwlb.
  • Gwlb Open API released.

2024-10-17 Version: v1.63.31

  • Generated 2018-01-29 for Domain.
  • 基于转移码的转出接口
  • SaveSingleTaskForTransferOutByAuthorizationCode
  • SaveBatchTaskForTransferOutByAuthorizationCode

2024-10-16 Version: v1.63.30

  • Generated 2024-04-15 for Gwlb.
  • Gwlb Open API released.

2024-10-16 Version: v1.63.29

  • Generated 2024-07-12 for IQS. undefined

2024-10-15 Version: v1.63.28

  • Generated 2014-05-26 for Ecs.
  • Add ResourcePoolOptions.Strategy for CreateAutoProvisioningGroup.

... (truncated)

Commits
  • e9df9d7 Generated 2017-05-25 for Dypnsapi.
  • ae0375a Generated 2018-01-29 for Domain.
  • b6d7928 Generated 2024-04-15 for Gwlb.
  • 958f52e Generated 2019-08-15 for Ims.
  • d5c3d8e Generated 2014-08-28 for Ess.
  • ad6a844 Generated 2019-06-24 for eais.
  • b57986a Generated 2024-04-15 for Gwlb.
  • 780f4ea Generated 2018-01-29 for Domain.
  • 3de2da4 Generated 2024-04-15 for Gwlb.
  • 729cbf5 Generated 2024-07-12 for IQS.
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2 from 1.30.3 to 1.32.2

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.27.27 to 1.28.0

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.17.27 to 1.17.41

Commits

Updates github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.14.10 to 1.15.12

Commits

Updates github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.34.4 to 1.36.2

Commits

Updates github.com/aws/aws-sdk-go-v2/service/route53 from 1.42.3 to 1.45.2

Commits
  • c92ebc8 Release 2023-06-15
  • 3488004 Regenerated Clients
  • 3ee8981 Update endpo...

    Description has been truncated

…41 updates

Bumps the dev-dependencies group with 34 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/compute/metadata](https://github.com/googleapis/google-cloud-go) | `0.5.0` | `0.5.2` |
| [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go) | `1.14.0` | `1.16.0` |
| [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go) | `1.7.0` | `1.8.0` |
| [github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/privatedns/armprivatedns](https://github.com/Azure/azure-sdk-for-go) | `1.2.0` | `1.3.0` |
| [github.com/F5Networks/k8s-bigip-ctlr/v2](https://github.com/F5Networks/k8s-bigip-ctlr) | `2.17.1` | `2.18.1` |
| [github.com/IBM/go-sdk-core/v5](https://github.com/IBM/go-sdk-core) | `5.17.4` | `5.18.1` |
| [github.com/Yamashou/gqlgenc](https://github.com/Yamashou/gqlgenc) | `0.24.0` | `0.25.3` |
| [github.com/aliyun/alibaba-cloud-sdk-go](https://github.com/aliyun/alibaba-cloud-sdk-go) | `1.63.0` | `1.63.38` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.30.3` | `1.32.2` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.27.27` | `1.28.0` |
| [github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue](https://github.com/aws/aws-sdk-go-v2) | `1.14.10` | `1.15.12` |
| [github.com/aws/aws-sdk-go-v2/service/route53](https://github.com/aws/aws-sdk-go-v2) | `1.42.3` | `1.45.2` |
| [github.com/aws/aws-sdk-go-v2/service/servicediscovery](https://github.com/aws/aws-sdk-go-v2) | `1.31.3` | `1.33.2` |
| [github.com/civo/civogo](https://github.com/civo/civogo) | `0.3.73` | `0.3.84` |
| [github.com/cloudflare/cloudflare-go](https://github.com/cloudflare/cloudflare-go) | `0.102.0` | `0.108.0` |
| [github.com/digitalocean/godo](https://github.com/digitalocean/godo) | `1.120.0` | `1.128.0` |
| [github.com/gophercloud/gophercloud](https://github.com/gophercloud/gophercloud) | `1.14.0` | `1.14.1` |
| [github.com/linode/linodego](https://github.com/linode/linodego) | `1.39.0` | `1.42.0` |
| [github.com/oracle/oci-go-sdk/v65](https://github.com/oracle/oci-go-sdk) | `65.71.1` | `65.77.1` |
| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.20.0` | `1.20.5` |
| [github.com/scaleway/scaleway-sdk-go](https://github.com/scaleway/scaleway-sdk-go) | `1.0.0-beta.29` | `1.0.0-beta.30` |
| [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common](https://github.com/tencentcloud/tencentcloud-sdk-go) | `1.0.984` | `1.0.1030` |
| [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod](https://github.com/tencentcloud/tencentcloud-sdk-go) | `1.0.984` | `1.0.1030` |
| [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns](https://github.com/tencentcloud/tencentcloud-sdk-go) | `1.0.984` | `1.0.1030` |
| [github.com/transip/gotransip/v6](https://github.com/transip/gotransip) | `6.25.0` | `6.26.0` |
| [go.etcd.io/etcd/api/v3](https://github.com/etcd-io/etcd) | `3.5.15` | `3.5.16` |
| [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd) | `3.5.15` | `3.5.16` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.192.0` | `0.203.0` |
| gopkg.in/ns1/ns1-go.v2 | `2.12.0` | `2.12.2` |
| [istio.io/api](https://github.com/istio/api) | `1.23.0` | `1.23.2` |
| [istio.io/client-go](https://github.com/istio/client-go) | `1.23.0` | `1.23.2` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.31.0` | `0.31.2` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.31.0` | `0.31.2` |
| [sigs.k8s.io/gateway-api](https://github.com/kubernetes-sigs/gateway-api) | `1.1.0` | `1.2.0` |



Updates `cloud.google.com/go/compute/metadata` from 0.5.0 to 0.5.2
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@v0.5.0...apps/v0.5.2)

Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.14.0 to 1.16.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)
- [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.14.0...sdk/azcore/v1.16.0)

Updates `github.com/Azure/azure-sdk-for-go/sdk/azidentity` from 1.7.0 to 1.8.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)
- [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.7.0...sdk/azcore/v1.8.0)

Updates `github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/privatedns/armprivatedns` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)
- [Commits](Azure/azure-sdk-for-go@v1.2...sdk/azcore/v1.3.0)

Updates `github.com/F5Networks/k8s-bigip-ctlr/v2` from 2.17.1 to 2.18.1
- [Release notes](https://github.com/F5Networks/k8s-bigip-ctlr/releases)
- [Changelog](https://github.com/F5Networks/k8s-bigip-ctlr/blob/v2.18.1/docs/RELEASE-NOTES.rst)
- [Commits](F5Networks/k8s-bigip-ctlr@v2.17.1...v2.18.1)

Updates `github.com/IBM/go-sdk-core/v5` from 5.17.4 to 5.18.1
- [Release notes](https://github.com/IBM/go-sdk-core/releases)
- [Changelog](https://github.com/IBM/go-sdk-core/blob/main/CHANGELOG.md)
- [Commits](IBM/go-sdk-core@v5.17.4...v5.18.1)

Updates `github.com/Yamashou/gqlgenc` from 0.24.0 to 0.25.3
- [Release notes](https://github.com/Yamashou/gqlgenc/releases)
- [Commits](Yamashou/gqlgenc@v0.24.0...v0.25.3)

Updates `github.com/aliyun/alibaba-cloud-sdk-go` from 1.63.0 to 1.63.38
- [Release notes](https://github.com/aliyun/alibaba-cloud-sdk-go/releases)
- [Changelog](https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/ChangeLog.txt)
- [Commits](aliyun/alibaba-cloud-sdk-go@v1.63.0...v1.63.38)

Updates `github.com/aws/aws-sdk-go-v2` from 1.30.3 to 1.32.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.30.3...v1.32.2)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.27.27 to 1.28.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.27.27...v1.28.0)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.17.27 to 1.17.41
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.17.27...credentials/v1.17.41)

Updates `github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue` from 1.14.10 to 1.15.12
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/pi/v1.14.10...config/v1.15.12)

Updates `github.com/aws/aws-sdk-go-v2/service/dynamodb` from 1.34.4 to 1.36.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/sqs/v1.34.4...service/iam/v1.36.2)

Updates `github.com/aws/aws-sdk-go-v2/service/route53` from 1.42.3 to 1.45.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/eks/v1.42.3...service/rds/v1.45.2)

Updates `github.com/aws/aws-sdk-go-v2/service/servicediscovery` from 1.31.3 to 1.33.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.31.3...service/ecs/v1.33.2)

Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.30.3 to 1.32.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.30.3...v1.32.2)

Updates `github.com/civo/civogo` from 0.3.73 to 0.3.84
- [Release notes](https://github.com/civo/civogo/releases)
- [Changelog](https://github.com/civo/civogo/blob/master/changelog.yml)
- [Commits](civo/civogo@v0.3.73...v0.3.84)

Updates `github.com/cloudflare/cloudflare-go` from 0.102.0 to 0.108.0
- [Release notes](https://github.com/cloudflare/cloudflare-go/releases)
- [Changelog](https://github.com/cloudflare/cloudflare-go/blob/master/CHANGELOG.md)
- [Commits](cloudflare/cloudflare-go@v0.102.0...v0.108.0)

Updates `github.com/digitalocean/godo` from 1.120.0 to 1.128.0
- [Release notes](https://github.com/digitalocean/godo/releases)
- [Changelog](https://github.com/digitalocean/godo/blob/main/CHANGELOG.md)
- [Commits](digitalocean/godo@v1.120.0...v1.128.0)

Updates `github.com/gophercloud/gophercloud` from 1.14.0 to 1.14.1
- [Release notes](https://github.com/gophercloud/gophercloud/releases)
- [Changelog](https://github.com/gophercloud/gophercloud/blob/v1.14.1/CHANGELOG.md)
- [Commits](gophercloud/gophercloud@v1.14.0...v1.14.1)

Updates `github.com/linode/linodego` from 1.39.0 to 1.42.0
- [Release notes](https://github.com/linode/linodego/releases)
- [Commits](linode/linodego@v1.39.0...v1.42.0)

Updates `github.com/oracle/oci-go-sdk/v65` from 65.71.1 to 65.77.1
- [Release notes](https://github.com/oracle/oci-go-sdk/releases)
- [Changelog](https://github.com/oracle/oci-go-sdk/blob/master/CHANGELOG.md)
- [Commits](oracle/oci-go-sdk@v65.71.1...v65.77.1)

Updates `github.com/prometheus/client_golang` from 1.20.0 to 1.20.5
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.20.0...v1.20.5)

Updates `github.com/scaleway/scaleway-sdk-go` from 1.0.0-beta.29 to 1.0.0-beta.30
- [Release notes](https://github.com/scaleway/scaleway-sdk-go/releases)
- [Changelog](https://github.com/scaleway/scaleway-sdk-go/blob/master/CHANGELOG.md)
- [Commits](scaleway/scaleway-sdk-go@v1.0.0-beta.29...v1.0.0-beta.30)

Updates `github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common` from 1.0.984 to 1.0.1030
- [Commits](TencentCloud/tencentcloud-sdk-go@v1.0.984...v1.0.1030)

Updates `github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod` from 1.0.984 to 1.0.1030
- [Commits](TencentCloud/tencentcloud-sdk-go@v1.0.984...v1.0.1030)

Updates `github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns` from 1.0.984 to 1.0.1030
- [Commits](TencentCloud/tencentcloud-sdk-go@v1.0.984...v1.0.1030)

Updates `github.com/transip/gotransip/v6` from 6.25.0 to 6.26.0
- [Release notes](https://github.com/transip/gotransip/releases)
- [Commits](transip/gotransip@v6.25.0...v6.26.0)

Updates `go.etcd.io/etcd/api/v3` from 3.5.15 to 3.5.16
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](etcd-io/etcd@v3.5.15...v3.5.16)

Updates `go.etcd.io/etcd/client/v3` from 3.5.15 to 3.5.16
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](etcd-io/etcd@v3.5.15...v3.5.16)

Updates `golang.org/x/net` from 0.28.0 to 0.30.0
- [Commits](golang/net@v0.28.0...v0.30.0)

Updates `golang.org/x/oauth2` from 0.22.0 to 0.23.0
- [Commits](golang/oauth2@v0.22.0...v0.23.0)

Updates `golang.org/x/time` from 0.6.0 to 0.7.0
- [Commits](golang/time@v0.6.0...v0.7.0)

Updates `google.golang.org/api` from 0.192.0 to 0.203.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.192.0...v0.203.0)

Updates `gopkg.in/ns1/ns1-go.v2` from 2.12.0 to 2.12.2

Updates `istio.io/api` from 1.23.0 to 1.23.2
- [Commits](istio/api@1.23.0...1.23.2)

Updates `istio.io/client-go` from 1.23.0 to 1.23.2
- [Commits](istio/client-go@1.23.0...1.23.2)

Updates `k8s.io/api` from 0.31.0 to 0.31.2
- [Commits](kubernetes/api@v0.31.0...v0.31.2)

Updates `k8s.io/apimachinery` from 0.31.0 to 0.31.2
- [Commits](kubernetes/apimachinery@v0.31.0...v0.31.2)

Updates `k8s.io/client-go` from 0.31.0 to 0.31.2
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.31.0...v0.31.2)

Updates `sigs.k8s.io/gateway-api` from 1.1.0 to 1.2.0
- [Release notes](https://github.com/kubernetes-sigs/gateway-api/releases)
- [Changelog](https://github.com/kubernetes-sigs/gateway-api/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/gateway-api@v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/compute/metadata
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/privatedns/armprivatedns
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/F5Networks/k8s-bigip-ctlr/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/IBM/go-sdk-core/v5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/Yamashou/gqlgenc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/aliyun/alibaba-cloud-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/dynamodb
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/route53
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/servicediscovery
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/civo/civogo
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/cloudflare/cloudflare-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/digitalocean/godo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/gophercloud/gophercloud
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/linode/linodego
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/oracle/oci-go-sdk/v65
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/scaleway/scaleway-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: github.com/transip/gotransip/v6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: go.etcd.io/etcd/api/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: go.etcd.io/etcd/client/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: golang.org/x/time
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: gopkg.in/ns1/ns1-go.v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: istio.io/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: istio.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: k8s.io/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: sigs.k8s.io/gateway-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 24, 2024
Copy link
Author

dependabot bot commented on behalf of github Oct 25, 2024

Superseded by #141.

@dependabot dependabot bot closed this Oct 25, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/dev-dependencies-1c4c3311f6 branch October 25, 2024 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants